/*$${"color":[{"val":"rgba(0,0,0,.1)","title":"英文标题颜色"},{"val":"#222222","title":"分类标题颜色"},{"val":"#999999","title":"英文标题颜色"}],"background":[{"val":"#0041e6","title":"英文标题颜色"}],"border":[]}$$*/
/*友情链接*/
#link_160{
	width: 100%;
}
#link_160 .link{
	width: 1200px;
	margin: 0 auto;
	padding: 0 40px 70px 40px;
}
#link_160 .indexTitle {
	width: 25%;
	float: left;
}

#link_160 .indexTitle .indexTitENBig {
	font-family: arial;
	font-size: 74px;
	line-height: 74px;
	color: rgba(0,0,0,.1);
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

#link_160 .indexTitle .indexTitCH {
	font-size: 36px;
	line-height: 50px;
	color: #222222;
	margin-top: -47px;
}

#link_160 .indexTitle .indexTitENSmall {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 40px;
	color: #999999;
	margin: 0;
}

#link_160 .indexTitle .indexLine {
	width: 80px;
	height: 2px;
	background: rgba(199, 153, 89, 1);
	margin-top: 10px;
}
#link_160 .supportLink{
	width: 75%;
	float: right;
	margin-top: 50px;
}
#link_160 .supportLink ul{
	width: 100%;
	overflow: hidden;
}
#link_160 .supportLink ul li{
	width: calc(25% - 45px);
	margin-right: 45px;
	margin-bottom: 20px;
	float: left;
	cursor: pointer;
}
#link_160 .supportLink ul li img{
	width: 100%;
	object-fit: contain;
}
@media screen and (max-width:1200px) {
	#link_160 .link{
		width: 90%;
		padding: 40px 0;
	}
}
/* ipad */
@media screen and (max-width:992px){
	#link_160 .link{
		width: 90%;
		padding: 40px 0;
	}
}
/* 手机 */
@media screen and (max-width: 767px) {	#link_160{
		display: none;
	}
	
}